home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000126_icon-group-sender _Mon Jun 7 09:33:19 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  3KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id JAA23335
  4.     for icon-group-addresses; Mon, 7 Jun 1999 09:31:20 -0700 (MST)
  5. Message-Id: <199906071631.JAA23335@baskerville.CS.Arizona.EDU>
  6. Delivered-To: icon-group@silliac.cs.arizona.edu
  7. Date: Sat, 05 Jun 1999 14:42:52 -0500
  8. From: "Charles Hethcoat" <CHETHCOA@oss.oceaneering.com>
  9. To: icon-group@optima.CS.Arizona.EDU
  10. Subject: File Translators in Icon
  11. Content-Disposition: inline
  12. X-MIME-Autoconverted: from quoted-printable to 8bit by baskerville.CS.Arizona.EDU id MAA04406
  13. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  14. Status: RO
  15.  
  16. There always seems to be a nagging need to be able to translate between different application file formats.
  17.  
  18. The problem is that many of these file formats are incredibly complex.  I recently had the humbling experience of reviewing the definitions of MS Word 97 and RTF formats.  My idea was that it couldn't be so hard to write code to read or write these formats.  My hopes were dashed pretty quickly!
  19.  
  20. Here is an assortment of converters I have wished for recently
  21.  
  22. LaTeX to RTF:  A C version exists, but it hasn't worked for me yet.  (Gives me nonsense RTF.)  I think it requires considerable amounts of customization.
  23.  
  24. LaTeX to Word 95/97:  Haven't found one that seems worth the effort.
  25.  
  26. VRML to Encapsulated PostScript (EPS):  We use Pro/Engineer, which generates pretty good VRML.  The idea is to select your view, then generate a "still" for technical publication (preferably in B&W vector line art format).  The viewers I have seen will dump various raster formats, but there is no logical reason why a vector projection to the screen can't also be mapped to PostScript.
  27.  
  28. IGES to EPS.  (BTW, an IGES reader/checker/viewer would be very handy for troubleshooting this error-prone format.  A couple of commercial viewers exist, but they are expensive and don't make EPS.)
  29.  
  30. Mathcad to LaTeX.  The problem here is updating engineering reports with new data and re-evaluating all the formulas.  Mathcad is good at dynamically updating the math, but crappy at typesetting and page layout; LaTeX is the opposite.  How to get the benefits of both?
  31.  
  32. If anyone has code (or pointers thereto), I would like to know about it.  I also would be interested in knowing if any of the above-mentioned conversion tools would be of interest to any of you.  If there were some demand, I might be persuaded to go to work on one of them.
  33.  
  34. Charles Hethcoat
  35.  
  36.